home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / stac0193.zip / TEC017.DOC < prev    next >
Text File  |  1992-05-13  |  4KB  |  99 lines

  1.  
  2.  
  3.    I.17  MAXIMIZE by Qualitas Corp.
  4.  
  5.   DATE:           September 6, 1991
  6.   TIME:           4:30 PM
  7.   
  8.   SOURCE:         Tech Support
  9.   SUPERCEDES/     TECH002
  10.   SUPERCEDED BY:  
  11.   RELEASE STATUS: Public
  12.  
  13.   TITLE:          Using MAXIMIZE memory optimizer with SSWAP
  14.       
  15.  
  16.   OVERVIEW:
  17.         Maximize doesn't "know" about situations in which drive letters are
  18.         abruptly switched during boot.  This situation occurs when the Stac
  19.         program SSWAP is used during the execution of config.sys.
  20.  
  21.   ISSUES/COMMENTS:
  22.         This procedure requires a bootable diskette.  Refer to the FORMAT
  23.         command in your DOS manual for instructions on creating one.
  24.  
  25.         386MAX and BLUEMAX are equivalent programs for 386 based clones and
  26.         386 based PS/2 machines respectively.  In this technote, the term
  27.         386MAX is used to refer to both programs.
  28.  
  29.   RECOMMENDED ACTIONS:
  30.         This procedure is to be used with the Qualitas Corp. program MAXIMIZE
  31.         to modify your config.sys and autoexec.bat files to load all possible
  32.         programs and drivers into high memory.  It is designed to be used
  33.         from a bootable diskette.
  34.  
  35.         This procedure is NOT necessary if:
  36.                 1. A Stacker volume is not installed on drive C:, or
  37.                 2. The Stacker volume installed on C: is not being SSWAPed.
  38.         For either of these situations, simply MAXIMIZE according to the
  39.         Qualitas instructions.
  40.  
  41.         You will need to know which drive letter refers to your boot drive.
  42.         This can be determined by running the Stacker utility SWAPMAP.  One
  43.         of the lines will look like...
  44.  
  45.                 Drive x: was drive C: at boot time
  46.  
  47.         Whatever letter is "x:" will be the boot drive.  In the procedure
  48.         below, the boot drive is referred to as "x:".
  49.  
  50.         IF YOU ARE INSTALLING 386MAX FOR THE FIRST TIME...
  51.         After booting normally, exit any shell program you may be using and
  52.         unswap your boot drive by entering: SSWAP C: x:  Then install MAX.
  53.         DO NOT exercise the option to MAXIMIZE at this time.
  54.  
  55.  
  56.         STEP 1.
  57.         If you've just installed 386MAX...
  58.         Assuming you used the default installation options and the 386MAX
  59.         files are all in x:\386MAX, enter the commands below and reboot the
  60.         computer.
  61.         MKDIR C:\386MAX
  62.         COPY x:\386MAX\*.* C:\386MAX
  63.         
  64.         STEP 2.
  65.         Insert the bootable diskette into drive A: and enter the commands...
  66.         COPY x:\CONFIG.SYS A:\
  67.         COPY x:\AUTOEXEC.BAT A:\
  68.         COPY x:\386MAX\MAXIMIZE.EXE A:\
  69.         COPY x:\386MAX\MAXIMIZE.TRM A:\
  70.         
  71.         STEP 3.
  72.         Edit the autoexec.bat file on A: and insert the line...
  73.         PATH=C:\
  74.         as the first line.  Save the modified autoexec.bat file.
  75.  
  76.         STEP 4.
  77.         Boot the computer from this diskette and run MAXIMIZE.  MAXIMIZE will
  78.         ask you to press Enter to reboot.  Do so.  
  79.         
  80.         STEP 5.
  81.         During this phase MAXIMIZE will give you the option of excluding 
  82.         programs in config.sys from consideration for being loaded high.
  83.         Exclude any occurrances of SSWAP.COM from consideration.  After a 
  84.         similar choice is made for autoexec.bat, the computer will reboot 
  85.         for the final phase.
  86.  
  87.         STEP 6.
  88.         Enter the following commands...
  89.         COPY A:\CONFIG.SYS x:\
  90.         COPY A:\AUTOEXEC.BAT x:\
  91.         then reboot the computer.
  92.  
  93.         STEP 7.
  94.         If you wish to return to your former configuration enter... 
  95.         COPY A:\CONFIG.MAX x:\CONFIG.SYS
  96.         COPY A:\AUTOEXEC.MAX x:\AUTOEXEC.BAT
  97.         then reboot the computer.
  98.         
  99.